ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. sam linux administration
    Log in to post
    • All categories
    • scottalanmillerS

      Linux FAQ: Why Do We Need a Dot Slash Before a Local Command

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux unix security linux system administration sam linux administration bash shell ksh tcsh csh zsh
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • scottalanmillerS

      Linux: The Role of DRBD

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion sam linux administration linux storage raid network raid drbd xen xenserver kvm san nas
      6
      5 Votes
      6 Posts
      3k Views
      scottalanmillerS

      @dafyre said in Linux: The Role of DRBD:

      @scottalanmiller said in Linux: The Role of DRBD:

      I added a header into the main topic list for that. But it is going to be later in the Advanced Topics, section. Oddly, I know of pretty much no standard Linux Administration tomes that cover DRBD. It's so core, very odd that it so often gets missed.

      Could it be that most Linux Admin's don't know about it until they go searching for it? ...That's how I found out about it.

      You would hope that the people writing the books would know, though!

    • scottalanmillerS

      Linux Practicum: Adding a Second Storage Drive on CentOS 7 with BtrFS

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux sam linux administration storage btrfs centos centos 7 scale scale hc3 lsblk virtio
      1
      1 Votes
      1 Posts
      2k Views
      No one has replied
    • scottalanmillerS

      Linux Practicum: Removing an LVM Configuration on CentOS 7

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux sam linux administration lvm storage
      1
      3 Votes
      1 Posts
      1k Views
      No one has replied
    • scottalanmillerS

      Linux Practicum: Adding a Second Storage Drive on CentOS 7 with LVM and XFS

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux sam linux administration linux practicum storage centos centos 7 scale scale hc3 lsblk lvm xfs
      1
      3 Votes
      1 Posts
      2k Views
      No one has replied
    • scottalanmillerS

      Linux: The Role of MD Software RAID

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux raid software raid sam linux administration storage md raid mdadm
      2
      2 Votes
      2 Posts
      2k Views
      scottalanmillerS

      Of interesting side note, the Linux md RAID system also implements Intel Matrix RAID and DDF (Disk Data Format) software RAID formats commonly used by consumer FakeRAID systems. Because of this, Linux md can sometimes convert FakeRAID into enterprise md RAID if you really know what you are doing 🙂

    • scottalanmillerS

      Linux: Extended LVM Reporting Commands

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux storage lvm logical volume managers sam linux administration
      1
      2 Votes
      1 Posts
      1k Views
      No one has replied
    • scottalanmillerS

      Linux: Working with LVM

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux lvm logical volume managers storage sam linux administration
      3
      4 Votes
      3 Posts
      2k Views
      BRRABillB

      And by checking, he means learning and just happening to find it.

    • scottalanmillerS

      Linux: The Role of the Logical Volume Manager (LVM)

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion lvm logical volume managers linux storage sam linux administration
      2
      2 Votes
      2 Posts
      2k Views
      scottalanmillerS

      Red Hat has introduced a new technology, called Stratis, that is a layer combining Linux' existing LVM2 technology and the existing XFS filesystem and merging them together to be managed as a single unit with best practices automatically applied. It's not new per se but takes best of breed existing technologies and puts them together to feel and act more like their more modern competition.

    • scottalanmillerS

      What is a Linux Distro

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion sam linux administration linux system administration
      9
      3 Votes
      9 Posts
      4k Views
      guyinpvG

      User of CentOS and Ubuntu servers myself. Mint is still top go-to for desktop, though there are interesting alternatives like ElementaryOS.

      Linux is not always easy to learn, I just forget everything if it's not regularly used, especially CLI with their bazillion switches that no mere mortal can ever memorize. And moving between different distros where commands don't work exactly the same, Aptitude and Yum, etc.

      Cool, but always challenging.

    • scottalanmillerS

      Linux: Mounting Filesystems

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux sam linux administration filesystem mounting scottalanmiller mount umount fstab
      8
      2 Votes
      8 Posts
      3k Views
      EddieJenningsE

      @scottalanmiller Ah, yes. That would be a more efficient way of doing it. I was too excited from finally gaining some understanding of mount point concepts, I didn't think though the best way to move the data. 🙂

    • scottalanmillerS

      Linux: Creating a Filesystem

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux sam linux administration ext4 xfs mkfs
      8
      2 Votes
      8 Posts
      4k Views
      scottalanmillerS

      @Dashrender said in Linux: Creating a Filesystem:

      I'm assuming LVM will be covered separately - I'm trying to understand what it's purpose is versus just using mkfs.

      It will be. And it is unrelated. mkfs and lvm do totally different things. Neither replaces the other in any way.

    • scottalanmillerS

      Linux: Working with Disks, fdisk and parted

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux storage fdisk gdisk parted sam linux administration system administration scottalanmiller mbr gpt
      1
      2 Votes
      1 Posts
      2k Views
      No one has replied
    • scottalanmillerS

      Linux: Looking for Large Folders with du

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux sam linux administration du df unix scottalanmiller
      3
      3 Votes
      3 Posts
      2k Views
      scottalanmillerS

      @johnhooks said in Linux: Looking for Large Folders with du:

      I've always just used -h for human readable. I never realized -m would give you the MB size.

      I have the "advantage" of having learned this stuff before the human readable flag was added 😉

    • scottalanmillerS

      Linux: Checking Filesystem Usage with df

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion df linux centos rhel ubuntu suse opensuse sam linux administration system administration unix
      13
      4 Votes
      13 Posts
      5k Views
      scottalanmillerS

      @DustinB3403 said in Linux: Checking Filesystem Usage with df:

      Will there be a topic on "managing inode in linux"

      Yes, but it is going to go into an "Advanced Topics" section. Just as LVM and MD will have high level "normal" admin sections and eventually delve much deeper in advanced sections. I want to cover everything in a "normal admin" capacity like you would learn from the RHCE up front. Then go back and cover the nitty gritty details that other admin books don't. So it will basically take two passes but the hope is that the first pass will take you from "starting point" to "competent Linux Admin" then the second part will go where normal admin guides don't tread.

    • scottalanmillerS

      Linux: Zip and 7Zip

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux zip 7zip compression archiver sam linux administration system administration scottalanmiller
      6
      1 Votes
      6 Posts
      4k Views
      scottalanmillerS

      @tonyshowoff said in Linux: Zip and 7Zip:

      Sorry if this was mentioned but I didn't see it directly mentioned for clarity:

      If your compression is unavailable directly in tar (-J being essentially 7zip, my favourite), you can tar it first (without compression) and then compress the tar, this maintains both Unix metadata and also gives the benefit.

      Also, if you compress something already compressed you won't get the best benefit, at least not when it comes to using something as powerful as LZMA/7zip.

      I believe that that is mentioned in the tar article.

    • scottalanmillerS

      Linux: Using tar

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux unix bsd tar archiver compression sam linux administration system administration
      1
      2 Votes
      1 Posts
      1k Views
      No one has replied
    • scottalanmillerS

      Linux: File Compression Utilities

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion sam linux administration linux compression gzip bzip2 system administration unix rhel centos ubuntu suse opensuse scottalanmiller
      8
      3 Votes
      8 Posts
      4k Views
      scottalanmillerS

      It doesn't update as "new" when I just update the list. Only if I comment on the thread.

    • scottalanmillerS

      From Windows to UNIX: Monolithic to Modular Design

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion sam linux administration unix linux windows system administration scottalanmiller
      16
      5 Votes
      16 Posts
      5k Views
      scottalanmillerS

      @Dashrender said in From Windows to UNIX: Monolithic to Modular Design:

      I suppose it's less of an issue as well, since Linux Distros are free, you just have another VM running the other software.
      Windows, you'd have the Windows tax.

      Exactly. A VM or a container or an application jail. Lots of options for mediation if you want the conflicting packages.

    • scottalanmillerS

      UNIX Scheduling with cron

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux unix sam linux administration cron cron job crontab bsd solaris
      15
      8 Votes
      15 Posts
      7k Views
      A

      Thanks!

    • 1
    • 2
    • 3
    • 4
    • 2 / 4